home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / test-ins / changelo < prev    next >
Text File  |  1993-06-02  |  3KB  |  66 lines

  1. Tue Jun  1 16:54:46 1993  Per Bothner  (bothner@rtl.cygnus.com)
  2.  
  3.     * Makefile.in (do_main.diff):  Prefix commands by '@' to avoid
  4.     unnecessarily alarming users with what looks like error messages.
  5.  
  6. Mon Apr 19 00:25:36 1993  Per Bothner  (bothner@cygnus.com)
  7.  
  8.     * Makefile.in, configure.in:  Re-vamped configure scheme.
  9.     * Makefile.in (foo_main.diff):  Print more expressive
  10.     error message, and refer to libg++/README.
  11.  
  12. Tue Nov 17 22:20:02 1992  Per Bothner  (bothner@rtl.cygnus.com)
  13.  
  14.     * bf.cc:  Use different styles of initialization.
  15.     * bm.cc:  $#include <stdlib.h> (for exit()).
  16.  
  17. Wed Aug 12 00:37:34 1992  Per Bothner  (bothner@cygnus.com)
  18.  
  19.     * Makefile.in:  da should be libked with libg++.a, but
  20.     foo_main.run should not be (since it tests that
  21.     constructors work *without* needing libg++.a).
  22.  
  23. Thu May 14 15:13:31 1992  Per Bothner  (bothner@rtl.cygnus.com)
  24.  
  25.     * foo_main.cc, foo_diff.cc:  Change the strings naming the
  26.     two static static_foo variables to be the same, because
  27.     the language does not specify construction order.
  28.     * expected.out:  Update accordingly.
  29.     * Makefile.in:  Simplify, clean up.  Now, if you 'make test-90S',
  30.     it will test using ../libg++.a and local include files.
  31.     But ../Makefile.in when testing installation, overrides
  32.     variables so as to use installed versions.  Thus things
  33.     are more consistent and more flexible - and you can
  34.     do the test before installing, if you want to.
  35.  
  36. Sat Mar  7 19:19:49 1992  K. Richard Pixley  (rich@cygnus.com)
  37.  
  38.     * Makefile.in: make test work when "." is not in PATH.
  39.  
  40. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  41.  
  42.     * Makefile.in, configure.in: removed traces of namesubdir,
  43.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  44.       copyrights to '92, changed some from Cygnus to FSF.
  45.  
  46. Mon Jan  6 00:39:54 1992  John Gilmore  (gnu at cygnus.com)
  47.  
  48.     * foo_main.cc:  Reverse previous change.  foo_main.cc should
  49.     never see SunOS assert.h; it should get gcc's assert.h.  When
  50.     the compile fails, it means the wrong include files are in use!
  51.  
  52. Mon Jan  6 00:21:13 1992  Per Bothner  (bothner at cygnus.com)
  53.  
  54.     * foo_main.cc:  Include <stdio.h>, needed by broken SunOS assert.h.
  55.  
  56. Fri Jan  3 09:17:17 1992  John Gilmore  (gnu at cygnus.com)
  57.  
  58.     * Makefile.in:  Cope with broken Sun Make VPATH.
  59.     * Foo.cc:  Expect that Foo:init_foo() will *not* be called.
  60.     * foo_main.cc:  Add comment about __init_start lossage.
  61.     * expected.out:  Remove ``expected'' __init_start call.
  62.  
  63. Sat Dec 28 16:46:25 1991  Michael Tiemann  (tiemann at cygnus.com)
  64.  
  65.     * Makefile.in (CPP_FLAGS): Add $(srcdir).
  66.